*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { display: content_img: ''; }
.clearfix:after { clear: both; }

.content_img {
	margin: 0 auto;
}

.content_img figure.img_effect {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	min-width: 240px;
	max-width: 240px;
	max-height: 135px;
	width: 48%;
	background: #3085a3;
	text-align: center;
}


.content_img figure.img_effect figcaption {
	padding: 1em;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 1.5em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}


.content_img figure.img_effect figcaption::before,
.content_img figure.img_effect figcaption::after {
	pointer-events: none;
}


.content_img figure.img_effect figcaption,
.content_img figure.img_effect figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.content_img figure.img_effect figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}


.content_img figure.img_effect h2 span {
	font-weight: 600;
}


figure.img_effect {
	background-color: #88D7B7;
}

figure.img_effect img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}

figure.img_effect:hover img {
	opacity: 0.5;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.img_effect h2 {
	margin-top: 10%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.img_effect p {
	letter-spacing: 1px;
	font-size: 50%;
	margin: 0.3em 0 0.3em;
	padding: 0.3em;
	border: 1px solid #fff;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0) scale(1.1);
	transform: translate3d(0,20px,0) scale(1.1);
} 

figure.img_effect:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.img_effect:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0) scale(1);
	transform: translate3d(0,0,0) scale(1);
}